utcNowIso static method

String utcNowIso()

Implementation

static String utcNowIso() => DateTime.now().toUtc().toIso8601String();