name property
String
get
name
The name of the file, such as 'a', 'b', 'c', etc.
Implementation
String get name => _names[value];
The name of the file, such as 'a', 'b', 'c', etc.
String get name => _names[value];