lastLoggedOn property

  1. @JsonKey.new(name: 'LastLoggedOn', includeIfNull: false)
String? lastLoggedOn
final

Implementation

@JsonKey(name: 'LastLoggedOn', includeIfNull: false)
final String? lastLoggedOn;