menu
typesafe_supabase package
documentation
typesafe_supabase.dart
SupaValue<B extends SupaCore, T, J>
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
Map
<
String
,
dynamic
>
toJSON
(
)
Converts the value to a JSON object.
Implementation
Map<String, dynamic> toJSON() => {name: toJSONValue()};
typesafe_supabase package
documentation
typesafe_supabase
SupaValue<B extends SupaCore, T, J>
toJSON method
SupaValue class