EntitiesHelper class

Utility class used to do computations related to vendors and purposes.

Constructors

EntitiesHelper()

Properties

hashCode int
The hash code for this object.
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

toIds(dynamic json) Ids?
Convert json to status Ids, or null
toPurposes(List rawList) List<Purpose>
Convert a list of dictionaries into a list of purposes.
toPurposesStatus(dynamic json) Purposes?
Convert json to purposes status info, or null
toVendors(List rawList) List<Vendor>
Convert a list of dictionaries into a list of vendors.
toVendorsStatus(dynamic json) Vendors?
Convert json to vendors status info, or null