EasyAttribute<T extends Object?> constructor

const EasyAttribute<T extends Object?>({
  1. required T value,
})

Creates an EasyAttribute with the given value.

Implementation

const EasyAttribute({required this.value});