rel property

String? rel

Implementation

String? get rel => _rel;
void rel=(String? val)

Implementation

set rel(String? val) => _rel = val;