eTag
values fails with TypeError
type 'String' is not a subtype of type 'Map<String, dynamic>'
#737
Labels
eTag
values fails with TypeError
type 'String' is not a subtype of type 'Map<String, dynamic>'
#737
When parsing an
eTag
value on the form:"eTag":"W/\"datetime'2024-03-12T10%3A32%3A04.1580203Z'\""
I get this error:
TypeError: "W/\"datetime'2024-03-12T10%3A14%3A47.864181Z'\"": type 'String' is not a subtype of type 'Map<String, dynamic>'
The swagger used on this line is:
Everything else seems to work...
Is there a obvious reason for why it shouldn't work ?
The text was updated successfully, but these errors were encountered: