DeliverInfo.fromJson constructor

DeliverInfo.fromJson(
  1. Map json_
)

Implementation

DeliverInfo.fromJson(core.Map json_)
  : this(
      googleServiceType: json_['googleServiceType'] as core.String?,
      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?,
    );