method property

  1. @override
String get method
override

The RPC method associated with the request.

Subclasses must implement this property to specify the RPC method for the request.

Implementation

@override
String get method => XRPRequestMethod.ledgerEntry;