AppInfo.fromJson constructor Null safety

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

Implementation

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