mirror of
https://github.com/flutter/samples.git
synced 2026-07-15 05:21:30 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -29,7 +29,9 @@ abstract class Search implements Built<Search, SearchBuilder> {
|
||||
|
||||
static Search? fromJson(String jsonString) {
|
||||
return serializers.deserializeWith(
|
||||
Search.serializer, json.decode(jsonString));
|
||||
Search.serializer,
|
||||
json.decode(jsonString),
|
||||
);
|
||||
}
|
||||
|
||||
static Serializer<Search> get serializer => _$searchSerializer;
|
||||
|
||||
Reference in New Issue
Block a user