EasyExclusiveBlockAttribute<T extends Object?> constructor

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

Implementation

const EasyExclusiveBlockAttribute({required super.value});