toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "serialNo": serialNo,
  "date": date,
  "type": type,
  "address": address,
  "violationType": violationType,
  "finalPrice": finalPrice,
  "paperId": paperId,
  "paymentId": paymentId,
  "warningId": warningId,
  "investigationAbility": investigationAbility,
  "hasImage": hasImage,
};