copyWith property

SetonixUserCopyWith<SetonixUser, SetonixUser, SetonixUser> get copyWith

Implementation

SetonixUserCopyWith<SetonixUser, SetonixUser, SetonixUser> get copyWith =>
    _SetonixUserCopyWithImpl<SetonixUser, SetonixUser>(
      this as SetonixUser,
      $identity,
      $identity,
    );