id property

String get id

Implementation

String get id =>
    "${name.toLowerCase().trim().replaceAll(" ", "-")}-$hashCode-$runtimeType";