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