fetch method

  1. @override
Future<T> fetch()
override

Fetch this entity from the API.

Implementation

@override
Future<T> fetch() => manager.fetch(id);