ScopeEntry constructor

ScopeEntry({
  1. String type_ = '',
  2. String id = '',
})

Implementation

ScopeEntry({
    this.type_ = '',
    this.id = '',
});