DeviceLinks constructor

DeviceLinks({
  1. DeviceLinksPerson? person,
  2. DeviceLinksSelf? self,
})

Returns a new DeviceLinks instance.

Implementation

DeviceLinks({
  this.person,
  this.self,
});