DeviceClaimParam constructor

DeviceClaimParam({
  1. required String userId,
  2. required String id,
  3. String sn = "",
  4. String model = "",
  5. String name = "",
  6. String desc = "",
  7. String mapLng = "",
  8. String mapLat = "",
  9. bool status = false,
})

Implementation

DeviceClaimParam(
    {required this.userId,
    required this.id,
    this.sn = "",
    this.model = "",
    this.name = "",
    this.desc = "",
    this.mapLng = "",
    this.mapLat = "",
    this.logo = "",
    this.status = false});