types property

List<String> get types

The published wire types, in contract order.

Implementation

static List<String> get types => _schemas.keys.toList(growable: false);