MeCard constructor

const MeCard({
  1. String type = 'MECARD',
  2. List<MeTuple> fields = const <MeTuple>[],
})

Create a custom MeCard

Implementation

const MeCard({this.type = 'MECARD', this.fields = const <MeTuple>[]});