SelfLinks constructor

SelfLinks({
  1. String? self,
})

Returns a new SelfLinks instance.

Implementation

SelfLinks({
  this.self,
});