ReferralModel class
Class for handling empolyee referrals
Constructors
- ReferralModel(String name, String firstName, String lastName, String status)
-
ReferralModel.fromJson(Map<
String, dynamic> json) -
Function for converting json to object
factory
Properties
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