Native<T> constructor

const Native<T>({
  1. String? assetId,
  2. bool isLeaf = false,
  3. String? symbol,
})

Implementation

const Native({this.assetId, this.isLeaf = false, this.symbol});