AssetPropertyTimestamp constructor

AssetPropertyTimestamp({
  1. required String timeInSeconds,
  2. String? offsetInNanos,
})

Implementation

AssetPropertyTimestamp({
  required this.timeInSeconds,
  this.offsetInNanos,
});