AccountsLinksModel constructor

const AccountsLinksModel({
  1. required String self,
})

Implementation

const AccountsLinksModel({
  required String self,
}) : super(self: self);