Record constructor

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

Implementation

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