createdAt static method

String createdAt()

Created time in SPDX format.

Implementation

static String createdAt() =>
    '${DateTime.now().toIso8601String().split('.')[0]}Z';