Provider class
Represents information about a provider.
Constructors
- Provider.new({required String firstName, required String lastName, required String npi})
-
Constructs a constant instance of Provider.
const
-
Provider.fromJson(Map<
String, dynamic> json) -
Constructs a constant instance of Provider from a JSON map.
factory
Properties
- firstName → String
-
The first name of the provider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName → String
-
The last name of the provider.
final
- npi → String
-
The National Provider Identifier (NPI) of the provider. You can locate a provider's NPI on the NPPES NPI Registry search page.
final
- 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
-
toJson(
) → Map< String, dynamic> - Converts this object into a JSON-compatible map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited