Bucket class

Constructors

Bucket.new({required String name, String? location, String? createDate, String? type})

Properties

createDate String?
存储桶的创建时间,为 ISO8601 格式,例如2019-05-24T10:56:40Z
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
存储桶所在地域
getter/setter pair
name String
存储桶的名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(Object result) Bucket