name property

String name

name returns the parsed icon name from the uri. for example, if given uri is "ns://Icons.add", name will be "add"

Implementation

String get name {
  return nameFromUri(uri);
}