LegalPlatform constructor

LegalPlatform({
  1. int? id,
  2. String? platformUuid,
  3. String? label,
})

Implementation

LegalPlatform({this.id, this.platformUuid, this.label});