toJson method

  1. @override
String toJson(
  1. BidKey object
)

Implementation

@override
String toJson(BidKey object) {
  return object.key;
}