IDs.id constructor

IDs.id(
  1. String id
)

Implementation

factory IDs.id(String id) => IDs(id: id);