copyWithData method

  1. @override
VersionStandard copyWithData(
  1. WordStruct<VersionFieldStandard> data, {
  2. String? name,
})
override

Implementation

@override
VersionStandard copyWithData(WordStruct<VersionFieldStandard> data, {String? name}) {
  return VersionStandard.withData(data, name: name ?? this.name);
}