fromJson method

Implementation

@override
FloatingLabelBehavior fromJson(String json) {
  return const NullableFloatingLabelBehaviorConverter().fromJson(json)!;
}