Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { return {for (final i in assets.entries) i.key.toJson(): i.value.toJson()}; }