toEntity method Null safety

  1. @override
ActionEntity toEntity(
  1. {String? appId}
)
override

Implementation

@override
ActionEntity toEntity({String? appId}) {
  throw Exception('Not implemented, not expected');
}