GeneralLibraryLogOptions class

GeneralLibraryLog

Constructors

GeneralLibraryLogOptions.new({required String textTitle, required String textContext})
GeneralLibraryLog
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textContext String
GeneralLibraryLog
final
textTitle String
GeneralLibraryLog
final

Methods

copyWith({String? textTitle, String? textContext}) GeneralLibraryLogOptions
GeneralLibraryLog
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchWith({GeneralLibraryLogOptions? logOptions}) GeneralLibraryLogOptions
GeneralLibraryLog
toString() String
A string representation of this object.
inherited
valueStringSetIfEmptReturnNull({required String? value}) String?
GeneralLibraryLog

Operators

operator ==(Object other) bool
The equality operator.
inherited