AppInfo.fromJson constructor

AppInfo.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AppInfo.fromJson(Map<String, Object?> json) => _$AppInfoFromJson(json);