VimeoError constructor

VimeoError({
  1. String? error,
  2. String? link,
  3. String? developerMessage,
  4. int? errorCode,
})

Implementation

VimeoError({this.error, this.link, this.developerMessage, this.errorCode});