Month.fromJson constructor

Month.fromJson(
  1. String json
)

Implementation

factory Month.fromJson(String json) => Month(json);