uuid property

String uuid
getter/setter pair

Implementation

var uuid =
    '${DateTime.now().millisecondsSinceEpoch.toString()}${Uuid().v4()}';