YearLog.fromJson constructor
YearLog.fromJson(
- String str
Implementation
factory YearLog.fromJson(String str) => YearLog.fromMap(json.decode(str));
factory YearLog.fromJson(String str) => YearLog.fromMap(json.decode(str));