LanguageGeneralFrameworkOptions class

UncompleteDocumentation

Constructors

LanguageGeneralFrameworkOptions.new({required LanguageGeneralFrameworkType languageGeneralFrameworkType, required LanguageGeneralFrameworkOnSelect onSelect, required LanguageGeneralFrameworkController languageGeneralFrameworkController, required bool isApplicationFullScreen, required dynamic applicationIcon, required String applicationTitle, required GeneralLibFlutterApp generalLibFlutterApp})
UncompleteDocumentation
const

Properties

applicationIcon → dynamic
final
applicationTitle String
final
generalLibFlutterApp → GeneralLibFlutterApp
final
hashCode int
The hash code for this object.
no setterinherited
isApplicationFullScreen bool
get
final
languageGeneralFrameworkController LanguageGeneralFrameworkController
UncompleteDocumentation
final
languageGeneralFrameworkType LanguageGeneralFrameworkType
UncompleteDocumentation
final
onSelect LanguageGeneralFrameworkOnSelect
UncompleteDocumentation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({LanguageGeneralFrameworkType? languageGeneralFrameworkType, LanguageGeneralFrameworkOnSelect? onSelect, LanguageGeneralFrameworkController? languageGeneralFrameworkController, bool? isApplicationFullScreen, dynamic applicationIcon, String? applicationTitle, GeneralLibFlutterApp? generalLibFlutterApp}) LanguageGeneralFrameworkOptions
UncompleteDocumentation
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

getCountryGeneralUiPages({required List<String> countryCodes}) List<MapEntry<String, LanguageCodeDataDetail>>
UncompleteDocumentation
UncompleteDocumentation
sort({required List<MapEntry<String, LanguageCodeDataDetail>> languages}) → void
UncompleteDocumentation