Month.fromJson constructor

Month.fromJson(
  1. Object? json
)

Implementation

factory Month.fromJson(Object? json) => Month(json as String);