DeliverInfo.fromJson constructor

DeliverInfo.fromJson(
  1. Map json_
)

Implementation

DeliverInfo.fromJson(core.Map json_)
    : this(
        ipAddress: json_['ipAddress'] as core.String?,
        pscGoogleApiTarget: json_['pscGoogleApiTarget'] as core.String?,
        resourceUri: json_['resourceUri'] as core.String?,
        storageBucket: json_['storageBucket'] as core.String?,
        target: json_['target'] as core.String?,
      );