Attribute constructor

Attribute({
  1. required String jsonPath,
})

Implementation

Attribute({
  required this.jsonPath,
});