ClassDefinition class sealed
A representation of a yaml file in the protocol directory defining a class or exception.
See also:
- Inheritance
- 
    - Object
- SerializableModelDefinition
- ClassDefinition
 
- Implementers
Properties
- className → String
- 
  
  finalinherited
- 
  documentation
  → List<String> ?
- 
  The documentation of this class, line by line.
  final
- 
  fields
  ↔ List<SerializableModelFieldDefinition> 
- 
  The fields of this class / exception.
  getter/setter pair
- fileName → String
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- serverOnly → bool
- 
  
  finalinherited
- sourceFileName → String
- 
  
  finalinherited
- 
  subDirParts
  → List<String> 
- 
  
  finalinherited
- type → TypeDefinition
- 
  
  finalinherited
Methods
- 
  fileRef() → String 
- 
  Generate the file reference String to this file.
  inherited
- 
  findField(String name) → SerializableModelFieldDefinition? 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited