YearLog.fromJson constructor

YearLog.fromJson(
  1. String str
)

Implementation

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