AbiParameter constructor
const
AbiParameter({})
Constructor for AbiParameter.
Implementation
const AbiParameter({
/// The name of the parameter.
required this.name,
required this.type,
this.tronTypes = false,
this.baseType,
this.indexed = false,
this.components = const [],
this.internalType,
});