createdAtKey property

String createdAtKey

Implementation

String get createdAtKey =>
    autoSnakeCaseNames == false ? 'createdAt' : 'created_at';