getByLabel method

Future<AnkiMapping?> getByLabel(
  1. String label
)

Implementation

Future<AnkiMapping?> getByLabel(String label) {
  return getByIndex(r'label', [label]);
}