toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'authority': this.authority,
      'endDate': this.endDate,
      'name': this.name,
      'number': this.number,
      'startDate': this.startDate,
    };