MonthLog.fromJson constructor

MonthLog.fromJson(
  1. String str
)

Implementation

factory MonthLog.fromJson(String str) => MonthLog.fromMap(json.decode(str));