kind property

String get kind

Implementation

String get kind => error != null
    ? 'error'
    : columns != null
        ? 'read'
        : 'write';