Reason constructor

Reason(
  1. String? field,
  2. String? message
)

Implementation

Reason(
  this.field,
  this.message,
);