DisplayableRawLogin class

A displayable raw login that includes application name and user loginId.

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

DisplayableRawLogin({String applicationName, Location location, String loginId})
DisplayableRawLogin.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
getter/setter pairinherited
applicationName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instant num
getter/setter pairinherited
ipAddress String
getter/setter pairinherited
location Location
getter/setter pair
loginId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited