FeeEndpointInfo constructor Null safety

FeeEndpointInfo(
  1. bool enabled,
  2. bool authenticationRequired
)

Implementation

FeeEndpointInfo(this.enabled, this.authenticationRequired);