menu
d_serializer package
documentation
example/formatters/title_case_formatter.dart
TitleCaseFormatFromJson function
TitleCaseFormatFromJson function
dark_mode
light_mode
TitleCaseFormatFromJson
function
String
TitleCaseFormatFromJson
(
dynamic
value
)
Implementation
String TitleCaseFormatFromJson(dynamic value) => TitleCaseFormatToJson(value);
d_serializer package
documentation
example/formatters/title_case_formatter
TitleCaseFormatFromJson function
title_case_formatter library