AnchorFeeInfo.fromJson constructor Null safety

AnchorFeeInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AnchorFeeInfo.fromJson(Map<String, dynamic> json) =>
    AnchorFeeInfo(json['enabled'], json['authentication_required']);