ThemingGetManifestResponseApplicationJson_Icons.fromJson constructor

ThemingGetManifestResponseApplicationJson_Icons.fromJson(
  1. Map<String, dynamic> json
)

Creates a new object from the given json data.

Use toJson to serialize it back into json.

Implementation

// coverage:ignore-start
factory ThemingGetManifestResponseApplicationJson_Icons.fromJson(Map<String, dynamic> json) =>
    _$jsonSerializers.deserializeWith(serializer, json)!;