protectionType property

String? protectionType

Implementation

String? get protectionType => _protectionType;
void protectionType=(String? val)

Implementation

set protectionType(String? val) => _protectionType = val;