MKey<OT extends ProgramOperation>  class 
    Null safety
 
The model's view of a key on the keyboard. The model needs to know where ProgramOperations are on the portrait layout of the keyboard, because they are displayed on the LCD display as row-column numbers.
Constructors
- 
          MKey(OT unshifted, OT fShifted, OT gShifted, {List<MKeyExtensionOp< extensionOps = const []})OT> >
- 
          
            const
Properties
- 
  extensionOps
  → List<MKeyExtensionOp< OT> >
- 
  
  final
- fShifted → OT
- 
  
  final
- gShifted → OT
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- unshifted → OT
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a non-existent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited