CloudFunctionEndpoint.fromJson constructor

CloudFunctionEndpoint.fromJson(
  1. Map json_
)

Implementation

CloudFunctionEndpoint.fromJson(core.Map json_)
  : this(uri: json_['uri'] as core.String?);