toExtra method

Map<String, dynamic> toExtra()

Implementation

Map<String, dynamic> toExtra() {
  return {
    extraKey: this,
  };
}