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