GcDebug.fromJson constructor

GcDebug.fromJson(
  1. Map<String, dynamic> json
)

Implementation

GcDebug.fromJson(Map<String, dynamic> json) {
  if (json["bucket"] is String) bucket = json["bucket"];
}