ResponseKey constructor Null safety

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

Implementation

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