RuntimeVersion constructor
const
RuntimeVersion({})
Implementation
const RuntimeVersion({
required this.specName,
required this.implName,
required this.authoringVersion,
required this.specVersion,
required this.implVersion,
required this.apis,
required this.transactionVersion,
required this.stateVersion,
});