castMap property

  1. @override
Map<String, Cast> get castMap

Implementation

@override
Map<String, cast.Cast> get castMap => {
  "required": const cast.List(cast.string),
};