CapabilityProfile class

Properties

codePages List<CodePage>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCodePageId(String? codePage) int
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

Static Methods

ensureProfileLoaded({String? path}) Future
ensureProfileLoaded this method will cache the profile json into data which will speed up the next loop and searching profile
getAvailableProfiles() Future<List>
load({String name = 'default'}) Future<CapabilityProfile>
Public factory