id property

String get id

View ID used internally.

Implementation

String get id {
  throw UnimplementedError('id is not implemented on the current platform');
}