Any constructor

const Any({
  1. String? name,
})

Implementation

const Any({String? name}) : super(name);