UDrivingLicenceNegativePointResponse constructor

UDrivingLicenceNegativePointResponse({
  1. String? point,
  2. bool? allowable,
  3. String? ruleId,
  4. bool isCached = false,
  5. DateTime? cachedAt,
  6. DateTime? cacheExpiresAt,
})

Implementation

UDrivingLicenceNegativePointResponse({
  this.point,
  this.allowable,
  this.ruleId,
  this.isCached = false,
  this.cachedAt,
  this.cacheExpiresAt,
});