menu
substrate_metadata package
documentation
models/models.dart
RawBlockEvents
RawBlockEvents const constructor
RawBlockEvents const constructor
dark_mode
light_mode
RawBlockEvents
constructor
const
RawBlockEvents
(
{
required
int
blockNumber
,
required
String
events
,
})
Implementation
const RawBlockEvents({required this.blockNumber, required this.events});
substrate_metadata package
documentation
models/models
RawBlockEvents
RawBlockEvents const constructor
RawBlockEvents class