ExampleInfo constructor

ExampleInfo({
  1. required String type,
  2. required String example,
})

Implementation

ExampleInfo({required this.type, required this.example});