AnchorTransactionsInfo.fromJson constructor

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

Implementation

factory AnchorTransactionsInfo.fromJson(Map<String, dynamic> json) =>
    new AnchorTransactionsInfo(
        json['enabled'] as bool, json['authentication_required'] as bool);