toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return AttendanceRegisterSearchModelMapper.ensureInitialized()
      .encodeMap<AttendanceRegisterSearchModel>(
          this as AttendanceRegisterSearchModel);
}