custom property

Map<String, dynamic>? custom

Optional custom or "foreign member" properties as a map.

Implementation

Map<String, dynamic>? get custom => _custom;