Application.fromJson constructor

Application.fromJson(
  1. Map json_
)

Implementation

Application.fromJson(core.Map json_)
  : this(
      googleWebClientId: json_['googleWebClientId'] as core.String?,
      packageName: json_['packageName'] as core.String?,
      webClientId: json_['webClientId'] as core.String?,
    );