SentryCulture constructor

const SentryCulture({
  1. String? calendar,
  2. String? displayName,
  3. String? locale,
  4. bool? is24HourFormat,
  5. String? timezone,
})

Implementation

const SentryCulture({
  this.calendar,
  this.displayName,
  this.locale,
  this.is24HourFormat,
  this.timezone,
});