TitleCaseFormatFromJson function

String TitleCaseFormatFromJson(
  1. dynamic value
)

Implementation

String TitleCaseFormatFromJson(dynamic value) => TitleCaseFormatToJson(value);