Meta constructor

const Meta({
  1. String? title,
  2. List<ArgType>? argTypes = const [],
})

Implementation

const Meta({
  this.title,
  this.argTypes = const [],
});