StorefrontAppEntry.fromJson constructor

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

Implementation

factory StorefrontAppEntry.fromJson(Map<String, dynamic> json) =>
    _$StorefrontAppEntryFromJson(json);