Native<T> 构造函数

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

实现

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