GetUploadLimitsOutput class

Annotations
  • @freezed

Constructors

GetUploadLimitsOutput({required bool canUpload, int? remainingDailyVideos, int? remainingDailyBytes, String? message, String? error})
const
factory
GetUploadLimitsOutput.fromJson(Map<String, Object?> json)
factory

Properties

canUpload bool
no setterinherited
copyWith → $GetUploadLimitsOutputCopyWith<GetUploadLimitsOutput>
Create a copy of GetUploadLimitsOutput with the given fields replaced by the non-null parameter values.
no setterinherited
error String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
message String?
no setterinherited
remainingDailyBytes int?
no setterinherited
remainingDailyVideos int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this GetUploadLimitsOutput to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited