LinkedData constructor

LinkedData({
  1. List<Tenant>? tenants,
})

Implementation

LinkedData({
    this.tenants,
});