description property
TextColumn
get
description
Implementation
TextColumn get description =>
text().withLength(min: 0, max: 1024).nullable()();
TextColumn get description =>
text().withLength(min: 0, max: 1024).nullable()();