Native.new constructor - Native - dart:ffi library (original) (raw)

description

constNative<T>({

  1. String? assetId,
  2. bool isLeaf = false,
  3. String? symbol, })

Implementation

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