L0StorageModelPolicyRsp constructor Null safety

L0StorageModelPolicyRsp(
  1. {DateTime? expires,
  2. String? keyPrefix,
  3. List<String>? compute,
  4. int? maxBytes,
  5. Map<String, String>? fields}
)

Implementation

L0StorageModelPolicyRsp(
    {this.expires, this.keyPrefix, this.compute, this.maxBytes, this.fields});