Asset constructor
Asset({})
Returns a new Asset instance.
Implementation
Asset({
this.assetId,
this.tenantGuid,
this.name,
this.models = const [],
this.segments = const [],
this.roles = const [],
this.permissions,
this.dateCreated,
this.dateModified,
this.state,
});