Metadata constructor

const Metadata({
  1. required String? name,
})

Implementation

const Metadata({required this.name});