query property Null safety
Use the static REST API Controller query in order to search for items on Chain.
import 'package:motor_flutter/motor_flutter.dart';
print(MotorFlutter.to.address.value); // prints 'snr123abc'
Implementation
static QueryService get query => Get.find<QueryService>();