Meta constructor

const Meta({
  1. String? source,
})

Implementation

const factory Meta({
  String? source,
}) = _Meta;