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