fromJson static method

AttendanceLogSearchModel fromJson(
  1. String json
)

Implementation

static AttendanceLogSearchModel fromJson(String json) {
  return ensureInitialized().decodeJson<AttendanceLogSearchModel>(json);
}