FileConfig class
Constructors
-
FileConfig({required String type, required List<
FileDetail> files, required String vectorType, required String category, required String dbConnectionName, required List<String> dbTableNames, required String dbType}) -
FileConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- category → String
-
final
- dbConnectionName → String
-
final
-
dbTableNames
→ List<
String> -
final
- dbType → String
-
final
-
files
→ List<
FileDetail> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
- vectorType → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited