menu
google_cloud_type package
documentation
type.dart
Month
Month.fromJson factory constructor
Month.fromJson factory constructor
dark_mode
light_mode
Month.fromJson
constructor
Month.fromJson
(
Object
?
json
)
Implementation
factory Month.fromJson(Object? json) => Month(json as String);
google_cloud_type package
documentation
type
Month
Month.fromJson factory constructor
Month class