RuntimeApiMetadataV16 constructor
const
RuntimeApiMetadataV16({
- required String name,
- required List<
RuntimeApiMethodMetadataV16> methods, - List<
String> docs = const [], - required int version,
- required ItemDeprecationInfo deprecationInfo,
Implementation
const RuntimeApiMetadataV16({
required this.name,
required this.methods,
this.docs = const [],
required this.version,
required this.deprecationInfo,
});