AssetAssociation constructor

AssetAssociation({
  1. Asset? asset,
  2. String? role,
})

Implementation

AssetAssociation({this.asset, this.role});