vars method

Map<String, Accessor>? vars(
  1. Type v
)

Implementation

Map<String, Accessor<dynamic>>? vars(Type v) {
  return _idx[v]?.m;
}