mirror of
https://github.com/flutter/samples.git
synced 2026-04-07 04:02:13 +00:00
Re-generate built_value classes (#587)
This commit is contained in:
@@ -53,7 +53,7 @@ class _$SearchSerializer implements StructuredSerializer<Search> {
|
||||
result.results.replace(serializers.deserialize(value,
|
||||
specifiedType:
|
||||
const FullType(BuiltList, const [const FullType(Photo)]))
|
||||
as BuiltList<dynamic>);
|
||||
as BuiltList<Object>);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user