get method

Future<T?> get(
  1. String id
)
override

Implementation

get(String id) => input(get, models.get(id));