VimeoErrorResponseDto class

Vimeo error response data object.

Annotations
  • @JsonSerializable()

Constructors

VimeoErrorResponseDto({String? message, String? error, String? developerMessage})
const
VimeoErrorResponseDto.fromJson(Map<String, dynamic> json)
factory

Properties

developerMessage String?
final
error String?
final
hashCode int
The hash code for this object.
no setteroverride
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? message, String? error, String? developerMessage}) VimeoErrorResponseDto
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant VimeoErrorResponseDto other) bool
The equality operator.
override