Statement constructor

Statement({
  1. String? relation,
  2. Map<String, Object?>? relationExtensions,
  3. Asset? source,
  4. Asset? target,
})

Implementation

Statement({this.relation, this.relationExtensions, this.source, this.target});