VimeoErrorResponseDto constructor

const VimeoErrorResponseDto({
  1. String? message,
  2. String? error,
  3. String? developerMessage,
})

Implementation

const VimeoErrorResponseDto({
  this.message,
  this.error,
  this.developerMessage,
});