menu
struct_data package
documentation
general/serializable.dart
Immutable<S extends Immutable<S>>
withField<V> method
withField<V> method
dark_mode
light_mode
withField<
V
>
method
S
withField
<
V
>(
Field
<
V
>
key
,
V
value
)
Implementation
S withField<V>(Field<V> key, V value) => copyWithMap(_bufferCopy()..[key] = value);
struct_data package
documentation
general/serializable
Immutable<S extends Immutable<S>>
withField<V> method
Immutable mixin