FormatAttributes class

Annotations
  • @freezed

Constructors

FormatAttributes({required String name, required String hash, required String ext, required String mime, String? path, required String url, required int width, required int height, required double size})
const
factory
FormatAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $FormatAttributesCopyWith<FormatAttributes>
no setterinherited
ext String
no setterinherited
hash String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height int
no setterinherited
mime String
no setterinherited
name String
no setterinherited
path String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
no setterinherited
url String
no setterinherited
width int
no setterinherited

Methods

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

Operators

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