UserSettings class
Constructors
-
UserSettings.new({required Map<
String, dynamic> ? socialMediaLinksConfig, required String? businessEmail, required String? myQuotation, required String? firstName, required String? lastName, required String? aboutMeFileDe, required String? aboutMeFileEn, required String? assetPathImgOfMe}) -
UserSettings.fromJsonFile(Map<
String, dynamic> userSettingsJson)
Properties
- aboutMeFileDe ↔ String?
-
getter/setter pair
- aboutMeFileEn ↔ String?
-
getter/setter pair
- assetPathImgOfMe ↔ String?
-
getter/setter pair
- businessEmail ↔ String?
-
getter/setter pair
- firstName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName ↔ String?
-
getter/setter pair
- myName ↔ String?
-
getter/setter pair
- myQuotation ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
Methods
-
getFullPathToGithubRepo(
String repo) → dynamic -
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