LocalidadeRemoteDataSource class abstract
- Implementers
Constructors
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
-
getEntitiesByParams(
{required Map< String, String> filters, ListOptions? listOptions, String? include}) → Future<Either< NetworkException, MunicipioDtoPagination> > -
getEntityById(
{required String id, String? include}) → Future< Either< NetworkException, MunicipioApiDto> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchCep(
{required String cep, String format = 'json'}) → Future< Either< NetworkException, AddressApiDto> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited