Frame constructor

Frame(
  1. Uri uri,
  2. int? line,
  3. int? column,
  4. String? member
)

Implementation

Frame(this.uri, this.line, this.column, this.member);