fromJson method

  1. @override
ConvoGetLogOutput fromJson(
  1. Map<String, dynamic> json
)

Implementation

@override
ConvoGetLogOutput fromJson(Map<String, dynamic> json) {
  return ConvoGetLogOutput.fromJson(
    translate(json, ConvoGetLogOutput.knownProps),
  );
}