VimeoApiException constructor

VimeoApiException({
  1. int? code,
  2. String? message,
})

Implementation

VimeoApiException({this.code, this.message});