encodeComponentSchemas function
Encodes a schema list (a manifest or cache payload).
Implementation
List<Object?> encodeComponentSchemas(Iterable<ComponentSchema> schemas) => [
for (final schema in schemas) schema.toJson(),
];
Encodes a schema list (a manifest or cache payload).
List<Object?> encodeComponentSchemas(Iterable<ComponentSchema> schemas) => [
for (final schema in schemas) schema.toJson(),
];