fromMap static method
Implementation
static AttendanceLogSearchModel fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<AttendanceLogSearchModel>(map);
}
static AttendanceLogSearchModel fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<AttendanceLogSearchModel>(map);
}