menu
struct_data package
documentation
word/word_struct.dart
WordBase<T extends WordBase<T, K>, K extends WordField<NativeType>>
withFields method
withFields method
dark_mode
light_mode
withFields
method
T
withFields
(
Iterable
<
StructField
<
K
,
int
>
>
fields
)
Implementation
T withFields(Iterable<StructField<K, int>> fields) => copyWithData(word.withFields(fields));
struct_data package
documentation
word/word_struct
WordBase<T extends WordBase<T, K>, K extends WordField<NativeType>>
withFields method
WordBase class