useSnakeCaseName property Null safety

bool? useSnakeCaseName
final

Useful to indicate using new snake_case naming convention if name is not set

This property defaults to null to delegate to Table.useSnakeCaseColumnName The default value, null, indicates that the behavior should be acquired from the Table.useSnakeCaseColumnName annotation on the enclosing class.

Implementation

final bool? useSnakeCaseName;