key property

String key

/////////////////////////////// KEY Convert Time to a unique id (using dash, most db system won't accept : as id)

Implementation

/// Convert [Time] to a unique id (using dash, most db system won't accept : as id)
String get key => format().replaceAll(':', '-');