ApplicationInfo.fromJson constructor

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

Implementation

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