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,
      'account': null,
      'into': null
    };