CommonApi class abstract

Constructors

CommonApi()

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

agricultureDepartments() Future<ResasResponse<List<AgricultureDepartment>>>
broadIndustries() Future<ResasResponse<List<BroadIndustry>>>
broadJobs() Future<ResasResponse<List<BroadJob>>>
broadPatents() Future<ResasResponse<List<BroadPatent>>>
broadTradingAreas() Future<ResasResponse<List<BroadTradingArea>>>
broadTradingItems() Future<ResasResponse<List<BroadTradingItem>>>
cities({required int prefectureCode}) Future<ResasResponse<List<City>>>
Returns the list of cities in Japan linked to prefectureCode.
customHouses({required int prefectureCode}) Future<ResasResponse<List<CustomHouse>>>
middleIndustries({required String broadParentCode}) Future<ResasResponse<List<MiddleIndustry>>>
middleJobs({required String broadParentCode}) Future<ResasResponse<List<MiddleJob>>>
middlePatents({required String broadParentCode}) Future<ResasResponse<List<MiddlePatent>>>
middleTradingAreas({required int broadParentCode}) Future<ResasResponse<List<MiddleTradingArea>>>
middleTradingItems({required int broadParentCode}) Future<ResasResponse<List<MiddleTradingItem>>>
narrowIndustries({required String middleParentCode}) Future<ResasResponse<List<NarrowIndustry>>>
narrowTradingItems({required int broadParentCode, required int middleParentCode}) Future<ResasResponse<List<NarrowTradingItem>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
oldCities({required int prefectureCode, required String cityCode}) Future<ResasResponse<List<OldCity>>>
Returns the list of old cities in Japan linked to prefectureCode and cityCode.
patenteeLocations({required int prefectureCode, required String cityCode}) Future<ResasResponse<List<PatenteeLocation>>>
prefectures() Future<ResasResponse<List<Prefecture>>>
Returns the list of prefectures in Japan.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CommonApi
no setter