TListSupportedAssetsBody constructor

const TListSupportedAssetsBody({
  1. String? organizationId,
  2. required String caip2,
})

Implementation

const TListSupportedAssetsBody({
  this.organizationId,
  required this.caip2,
});