maki property

String? get maki

An icon identifier, designed to assign icons using the Maki icon project or other icons that follow the same naming scheme.

Implementation

String? get maki {
  return properties["maki"] as String?;
}