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