timeOrigin property

num? get timeOrigin

Implementation

num? get timeOrigin {
  return DateTime.now().millisecondsSinceEpoch.toDouble();
}