Version<K extends WordField<NativeType>>.withType constructor

const Version<K extends WordField<NativeType>>.withType(
  1. List<K> keys, {
  2. int value,
  3. String? name,
})

Implementation

const factory Version.withType(List<K> keys, {int value, String? name}) = VersionConstruct<K>;