PortableRegistryV14 constructor

const PortableRegistryV14({
  1. required List<PortableTypeV14> types,
})

Implementation

const PortableRegistryV14({required this.types});