recordType property

String recordType

Implementation

String get recordType => js_util.getProperty(this, 'recordType');
void recordType=(String newValue)

Implementation

set recordType(String newValue) {
  js_util.setProperty(this, 'recordType', newValue);
}