LoginParam class

Annotations
  • @freezed

Constructors

LoginParam({@JsonKey.new(name: 'ip') @Default.new('') String ip, @JsonKey.new(name: 'port') @Default.new(80) int port, @JsonKey.new(name: 'username') @Default.new('') String username, @JsonKey.new(name: 'password') @Default.new('') String password})
const
factory
LoginParam.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $LoginParamCopyWith<LoginParam>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ip String
no setterinherited
password String
no setterinherited
port int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
no setterinherited

Methods

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

Operators

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