SafetyOptionDetails class Safety

A class that metadata about what the different safety options mean.

Constructors

SafetyOptionDetails({required String name, required String description, required IconData icon, required String functionalityChange})
const

Properties

description String
The description of what the option DOES
final
functionalityChange String
The description of how it changes an application's functionality
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon to describe a safety option
final
name String
The name of an option detail
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited