getCreationTime static method

DateTime? getCreationTime(
  1. String scopeName
)

Get the creation time of a scope

Implementation

static DateTime? getCreationTime(String scopeName) {
  return _scopeCreationTimes[scopeName];
}