justification property

String get justification

A developer-provided string that explains, in more detail, the need for the background context. The user agent may use this in display to the user.

Implementation

String get justification => _wrapped.justification;
set justification (String v)

Implementation

set justification(String v) {
  _wrapped.justification = v;
}