fullPath property

String fullPath

Get the full path of this icon svg file

Implementation

String get fullPath => prefix == null ? name : '$prefix/$name';