secondName property

  1. @ColumnInfo.new(name: 'second_name')
String? secondName
final

Implementation

@ColumnInfo(name: 'second_name')
final String? secondName;