AnchorTransactionInfo.fromJson constructor

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

Implementation

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