PortalApplicationsCompanion class

Inheritance

Constructors

PortalApplicationsCompanion({Value<int> id = const Value.absent(), Value<int> category = const Value.absent(), Value<String> code = const Value.absent(), Value<String> nameZh = const Value.absent(), Value<String?> nameEn = const Value.absent(), Value<String?> iconUrl = const Value.absent(), Value<int> position = const Value.absent()})
const
PortalApplicationsCompanion.insert({Value<int> id = const Value.absent(), required int category, required String code, required String nameZh, Value<String?> nameEn = const Value.absent(), Value<String?> iconUrl = const Value.absent(), required int position})

Properties

category Value<int>
final
code Value<String>
final
hashCode int
The hash code for this object.
no setterinherited
iconUrl Value<String?>
final
id Value<int>
final
nameEn Value<String?>
final
nameZh Value<String>
final
position Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Value<int>? id, Value<int>? category, Value<String>? code, Value<String>? nameZh, Value<String?>? nameEn, Value<String?>? iconUrl, Value<int>? position}) PortalApplicationsCompanion
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.
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

custom({Expression<int>? id, Expression<int>? category, Expression<String>? code, Expression<String>? nameZh, Expression<String>? nameEn, Expression<String>? iconUrl, Expression<int>? position}) Insertable<PortalApplication>