CustomContextVariable constructor

CustomContextVariable({
  1. required String type,
})

Implementation

CustomContextVariable({required this.type});