copyWith method

Implementation

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