stringToId abstract method

dynamic stringToId(
  1. String id
)

Converts String to ID.

Implementation

dynamic stringToId(String id);