HttpsTrigger.fromJson constructor

HttpsTrigger.fromJson(
  1. Map json_
)

Implementation

HttpsTrigger.fromJson(core.Map json_)
  : this(
      securityLevel: json_['securityLevel'] as core.String?,
      url: json_['url'] as core.String?,
    );