ExtraEncoder<T> constructor

const ExtraEncoder<T>({
  1. required String name,
})

Implementation

const ExtraEncoder({required this.name});