Skip to content

Instantly share code, notes, and snippets.

View hpuhsp's full-sized avatar
😃
Focusing

ShawnPeng hpuhsp

😃
Focusing
View GitHub Profile
@AlexV525
AlexV525 / model.dart
Last active December 19, 2023 06:18
Resolve response model with generic type and base model
///
/// [Author] Alex (https://github.com/AlexV525)
/// [Date] 11/26/20 4:31 PM
///
import 'dart:convert';
import 'dart:core';
import 'package:flutter/foundation.dart';
import 'package:equatable/equatable.dart';