MapContentSchema constructor

MapContentSchema({
  1. required MapContentType type,
  2. required String code,
})

Returns a new MapContentSchema instance.

Implementation

MapContentSchema({
  required this.type,
  required this.code,
});