name property

String name

Returns a name for this asset.

Implementation

String get name {
  return withoutExtension(path);
}