toEJson method

EJsonValue? toEJson()

Converts this List to EJson

Implementation

@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeArray(this);