FieldsV1.fromJson constructor

FieldsV1.fromJson(
  1. Map<String, dynamic> json
)

Creates a FieldsV1 from JSON data.

Implementation

factory FieldsV1.fromJson(Map<String, dynamic> json) {
  return FieldsV1();
}