PeerIdentityEventBodyModel class
- Inheritance
-
- Object
- EventBodyModel
- PeerIdentityEventBodyModel
Constructors
- PeerIdentityEventBodyModel({required String name, required String? bio, NetworkMediaModel? image})
- PeerIdentityEventBodyModel.fromJson(Json json)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Json -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited