Variant constructor

Variant({
  1. dynamic type_mode = false,
})

Implementation

Variant({type_mode=false}) : super(type_mode: type_mode);