AnchorFeeInfo constructor Null safety

AnchorFeeInfo(
  1. bool? enabled,
  2. bool? authenticationRequired
)

Implementation

AnchorFeeInfo(this.enabled, this.authenticationRequired);