menu
spacetimedb_sdk package
documentation
codegen.dart
RowDecoder<T>
fromJson method
fromJson method
dark_mode
light_mode
fromJson
method
T?
fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
T? fromJson(Map<String, dynamic> json) => null;
spacetimedb_sdk package
documentation
codegen
RowDecoder<T>
fromJson method
RowDecoder class