RelationBean constructor

RelationBean({
  1. String? id,
  2. String? self,
})

Implementation

RelationBean({this.id, this.self});