toJson method

dynamic toJson()

Implementation

toJson() {
  return {
    'id': id,
    'gid': gid,
    'result': result,
  };
}