DynamicFieldName constructor

const DynamicFieldName({
  1. String? type,
  2. Uint8List? bcs,
})

Implementation

const DynamicFieldName({this.type, this.bcs});