FeatureFlags constructor Null safety

FeatureFlags(
  1. bool accountCreation,
  2. bool claimableBalances
)

Implementation

FeatureFlags(this.accountCreation, this.claimableBalances);