has abstract method

bool? has({
  1. String action,
  2. String state,
  3. bool conform = true,
})

Implementation

bool? has({String action, String state, bool conform = true});