addTimeEpoch property

String? addTimeEpoch

Implementation

String? get addTimeEpoch {
  if (this != null) {
    final mess = '$this## ${DateTime.now().microsecondsSinceEpoch}';

    return mess;
  }

  return null;
}