const factory AbiParam({ required final String name, required final String type, List<AbiParam>? components, }) = _AbiParam;