menu
pocketbase package
documentation
pocketbase.dart
CollectionField
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
CollectionField
fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
static CollectionField fromJson(Map<String, dynamic> json) => CollectionField(json);
pocketbase package
documentation
pocketbase
CollectionField
fromJson static method
CollectionField class