copyWith property

Implementation

StaffModelCopyWith<StaffModel, StaffModel, StaffModel> get copyWith =>
    _StaffModelCopyWithImpl(this as StaffModel, $identity, $identity);