menu
struct_data package
documentation
general/serializable.dart
Immutable<S extends Immutable<S>>
withMap method
withMap method
dark_mode
light_mode
withMap
method
S
withMap
(
Map
<
Field
,
Object
?
>
map
)
Implementation
S withMap(Map<Field, Object?> map) => copyWithMap(_bufferCopy()..addAll(map));
struct_data package
documentation
general/serializable
Immutable<S extends Immutable<S>>
withMap method
Immutable mixin