copyWith property

ResetWorldCopyWith<ResetWorld, ResetWorld, ResetWorld> copyWith

Implementation

ResetWorldCopyWith<ResetWorld, ResetWorld, ResetWorld> get copyWith =>
    _ResetWorldCopyWithImpl(this as ResetWorld, $identity, $identity);