prop method

ReadPropExpr prop(
  1. String name, {
  2. bool checked = false,
})

Implementation

ReadPropExpr prop(String name, {bool checked = false}) {
  return ReadPropExpr(this, name, checked: checked);
}