copyWith method
Implementation
FwStandardSqlServerFwDateTime copyWith({String? val}) {
return FwStandardSqlServerFwDateTime(val: val ?? this.val);
}
FwStandardSqlServerFwDateTime copyWith({String? val}) {
return FwStandardSqlServerFwDateTime(val: val ?? this.val);
}