FieldBehavior.fromJson constructor

FieldBehavior.fromJson(
  1. Object? json
)

Implementation

factory FieldBehavior.fromJson(Object? json) => FieldBehavior(json as String);