getCast property

Map<String, FormCast?> get getCast

Get the cast data for the form

Implementation

Map<String, FormCast?> get getCast => _cast;