OSSObject.local constructor

OSSObject.local(
  1. String name,
  2. String parentKey,
  3. bool isDir
)

Implementation

OSSObject.local(this.name,this.parentKey,this.isDir):key = parentKey + name;