call abstract method

$R call({
  1. String? fingerprint,
  2. String? name,
  3. bool? onWhitelist,
  4. DateTime? createdAt,
  5. DateTime? updatedAt,
  6. DateTime? lastLogin,
})

Implementation

$R call({
  String? fingerprint,
  String? name,
  bool? onWhitelist,
  DateTime? createdAt,
  DateTime? updatedAt,
  DateTime? lastLogin,
});