MapContentSchema constructor
MapContentSchema({
- required MapContentType type,
- required String code,
Returns a new MapContentSchema instance.
Implementation
MapContentSchema({
required this.type,
required this.code,
});