UserResponseLinks constructor

UserResponseLinks({
  1. String? self,
})

Returns a new UserResponseLinks instance.

Implementation

UserResponseLinks({
  this.self,
});