toJson method

Map<String, dynamic> toJson ()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      'id': id,
      'source_account': null,
      'paging_token': pagingToken,
      'created_at': createdAt,
      'transaction_hash': transactionHash,
      'type': type,
      '_links': links,
      'low_threshold': lowThreshold,
      'med_threshold': medThreshold,
      'high_threshold': highThreshold,
      'inflation_dest': null,
      'home_domain': homeDomain,
      'signer_key': signerKey,
      'signer_weight': signerWeight,
      'master_key_weight': masterKeyWeight,
      'clear_flags_s': clearFlags,
      'set_flags_s': setFlags
    };