EasyAttribute<T extends Object?> constructor
const
EasyAttribute<T extends Object?> ({
- required T value,
Creates an EasyAttribute with the given value.
Implementation
const EasyAttribute({required this.value});