get static method

String? get(
  1. String name
)

Implementation

static String? get(String name) => cookie.get(name);