copyWith property
Create a copy of Role with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$RoleCopyWith<Role> get copyWith =>
_$RoleCopyWithImpl<Role>(this as Role, _$identity);