PhotoSize class

Provides a way to map PhotoSizeEnum values to their string counterparts.

This class includes a method to get the string representation of a PhotoSizeEnum value.

Constructors

PhotoSize()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPicSize(PhotoSizeEnum size) String
Returns the string representation of the given PhotoSizeEnum value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

sizeValue → const Map<PhotoSizeEnum, String>
A map that associates each PhotoSizeEnum value with its string representation.