FormatAttributes constructor
const
FormatAttributes({})
Implementation
const factory 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,
}) = _FormatAttributes;