getVariant method

Box? getVariant(
  1. String name
)

Implementation

Box? getVariant(String name) {
  return _variants[name];
}