fromJson static method

AttachResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static AttachResponse fromJson(Map<String, Object?> obj) =>
    AttachResponse.fromMap(obj);