FastSettingsLastModified constructor

const FastSettingsLastModified({
  1. Key? key,
  2. required DateTime lastModifiedAt,
})

Implementation

const FastSettingsLastModified({super.key, required this.lastModifiedAt});