updatedAtKey property

String updatedAtKey

Implementation

String get updatedAtKey =>
    autoSnakeCaseNames == false ? 'updatedAt' : 'updated_at';