PolicySubject constructor

PolicySubject(
  1. String id, {
  2. DateTime? expiringTimestamp,
  3. String? type,
})

Creates a PolicySubject with the id and the optional expiringTimestamp and type.

Implementation

PolicySubject(this.id, {this.expiringTimestamp, this.type});