LocalAttr<T> constructor

LocalAttr<T>({
  1. required String key,
  2. required T defaultValue,
})

Implementation

LocalAttr({required this.key, required this.defaultValue});