getById abstract method

Future<T?> getById(
  1. String? id, [
  2. Map? args
])

Implementation

Future<T?> getById(String? id, [Map? args]);