GoogleCloudFunctionsV2StateMessage.fromJson constructor

GoogleCloudFunctionsV2StateMessage.fromJson(
  1. Map json_
)

Implementation

GoogleCloudFunctionsV2StateMessage.fromJson(core.Map json_)
  : this(
      message: json_['message'] as core.String?,
      severity: json_['severity'] as core.String?,
      type: json_['type'] as core.String?,
    );