menu
codable_dart package
documentation
json.dart
NullableJsonConsumer<T>
close method
close method
dark_mode
light_mode
close
method
@
override
void
close
(
)
override
Implementation
@override void close() { throw StateError('Nullable consumer did not finish.'); }
codable_dart package
documentation
json
NullableJsonConsumer<T>
close method
NullableJsonConsumer class