AssetSegment constructor
AssetSegment({})
Returns a new AssetSegment instance.
Implementation
AssetSegment({
this.name,
this.description,
this.isDefault,
this.segmentId,
this.createdById,
this.modifiedById,
this.assetId,
this.asset,
this.models = const [],
this.modelEntities = const [],
});