ResponseKey constructor

const ResponseKey({
  1. String? name,
  2. bool? includeIfNull,
})

Implementation

const ResponseKey({this.name, this.includeIfNull});