PeepAtom class

A peep can contain of a bunch of atoms. These atoms represent structures of a person. For instance: the head, the hair, ...

Annotations
  • @freezed

Constructors

PeepAtom({required String name, required String directoryName, required double imageHeight, required double imageWidth})
Creates a new instance of PeepAtom
factory
PeepAtom.fromJson(Map<String, dynamic> json)
Creates a PeepAtom instance from a json object.
factory

Properties

copyWith → $PeepAtomCopyWith<PeepAtom>
no setterinherited
directoryName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
imageHeight double
no setterinherited
imageWidth double
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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