toJsonRequest method

Map<String, String?> toJsonRequest()

Implementation

Map<String, String?> toJsonRequest() {
  return {
    'Id': id,
    'Code': code,
    'Name': name,
    'StatusCode': statusCode,
    'IconSrc': iconSrc,
  };
}