SkillSummary class
The summary of skills.
Constructors
- SkillSummary({EnablementType? enablementType, String? skillId, String? skillName, SkillType? skillType, bool? supportsLinking})
 - 
          SkillSummary.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- enablementType → EnablementType?
 - 
  Whether the skill is enabled under the user's account, or if it requires
linking to be used.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - skillId → String?
 - 
  The ARN of the skill summary.
  final
 - skillName → String?
 - 
  The name of the skill.
  final
 - skillType → SkillType?
 - 
  Whether the skill is publicly available or is a private skill.
  final
 - supportsLinking → bool?
 - 
  Linking support for a skill.
  final
 
Methods
- 
  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