MetaDetails constructor

MetaDetails({
  1. String? softDel,
  2. String? id,
  3. String? name,
  4. String? role,
  5. String? href,
})

Implementation

MetaDetails({this.softDel, this.id, this.name, this.role, this.href});