VolumeUserInfoRentalPeriod constructor

VolumeUserInfoRentalPeriod({
  1. String? endUtcSec,
  2. String? startUtcSec,
})

Implementation

VolumeUserInfoRentalPeriod({
  this.endUtcSec,
  this.startUtcSec,
});