GetAssetsByIdAnalyze200Response constructor

GetAssetsByIdAnalyze200Response({
  1. required String message,
  2. required Assets data,
})

Returns a new GetAssetsByIdAnalyze200Response instance.

Implementation

GetAssetsByIdAnalyze200Response({
  required this.message,
  required this.data,
});