columnName property
String
get
columnName
Implementation
String get columnName => _ensureColumnProperty(this, "columnName", () => (proto.name ?? this.name).toLowerCase());
String get columnName => _ensureColumnProperty(this, "columnName", () => (proto.name ?? this.name).toLowerCase());