TafsirTableCompanion class
Constructors
-
TafsirTableCompanion.new({Value<
int> id = const Value.absent(), Value<int> surahNum = const Value.absent(), Value<int> ayahNum = const Value.absent(), Value<String> tafsirText = const Value.absent(), Value<int> pageNum = const Value.absent()}) -
const
-
TafsirTableCompanion.insert({Value<
int> id = const Value.absent(), required int surahNum, required int ayahNum, required String tafsirText, required int pageNum})
Properties
Methods
-
copyWith(
{Value< int> ? id, Value<int> ? surahNum, Value<int> ? ayahNum, Value<String> ? tafsirText, Value<int> ? pageNum}) → TafsirTableCompanion -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toColumns(
bool nullToAbsent) → Map< String, Expression< Object> > - Converts this object into a map of column names to expressions to insert or update.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited