menu
serverpod_boost package
documentation
project_context.dart
FieldInfo
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'name': name, 'type': type, 'is_nullable': isNullable, }; }
serverpod_boost package
documentation
project_context
FieldInfo
toJson method
FieldInfo class