AssetEntry constructor
AssetEntry({})
Implementation
AssetEntry({
required this.arn,
required this.assetDetails,
required this.assetType,
required this.createdAt,
required this.dataSetId,
required this.id,
required this.name,
required this.revisionId,
required this.updatedAt,
this.sourceId,
});