WebAppInfo.fromJson constructor

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

Implementation

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