VimeoOwner constructor

VimeoOwner({
  1. String? accountType,
  2. String? name,
  3. String? img,
  4. String? url,
  5. String? img2X,
  6. int? id,
})

Implementation

VimeoOwner(
    {this.accountType, this.name, this.img, this.url, this.img2X, this.id});