ListAssetsResult constructor

ListAssetsResult({
  1. Asset? asset,
  2. String? stateChange,
})

Implementation

ListAssetsResult({this.asset, this.stateChange});