matchInterface property

MatchInterface matchInterface
getter/setter pair

This interface wraps over all match specific requests.

Endpoints are loaded lazily. That means, they are only initilized when they are referenced the first time of their usage.

ie, If you never reference assetInterface in your project, it won't be loaded onto memory and as a matter of fact, memory will be saved.

Implementation

late MatchInterface matchInterface = MatchInterface(this);