Meta<T> constructor

const Meta<T>({
  1. String? name,
})

Implementation

const Meta({
  String? name,
}) : name = name ?? '$T';