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