fromMap static method

AttendanceRegisterSearchModel fromMap(
  1. Map<String, dynamic> map
)

Implementation

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