Blame view

lib/common/request/api_response/raw_data.dart 33 Bytes
056970d8   Key   feat: api
1
2
3
  class RawData{
    dynamic value;
  }