toJson method

  1. @override
String toJson(
  1. FontStyle value
)
override

Implementation

@override
String toJson(FontStyle value) {
  return const NullableFontStyleConverter().toJson(value)!;
}