FieldReference.fromJson constructor

FieldReference.fromJson(
  1. Map json_
)

Implementation

FieldReference.fromJson(core.Map json_)
    : this(
        fieldPath: json_['fieldPath'] as core.String?,
      );