GertecResponse.fromJson constructor
GertecResponse.fromJson(
- String source
Implementation
factory GertecResponse.fromJson(String source) =>
GertecResponse.fromMap(json.decode(source) as Map<String, dynamic>);