name property
override
Human-readable name or description of the pixel format.
By convention, the name is in uppercase and uses underscores to separate words.
Example
print(abgr8888.name); // 'ABGR8888'
print(floatRgba.name); // 'FLOAT_RGBA'
Implementation
@override
String get name => 'ABGR8888';