lastActive property

  1. @JsonKey(name: 'last_active')
bool lastActive
inherited

User last activity was in this team.

Implementation

@JsonKey(name: 'last_active')
bool get lastActive => throw _privateConstructorUsedError;