idFromJson static method

String idFromJson(
  1. dynamic id
)

Implementation

static String idFromJson(dynamic id) => '$id';