toJson method

Object toJson()

Implementation

Object toJson() {
  return {
    'name': name,
    'value': value,
    'inline': inline,
  };
}